バージョン

IDPair コンストラクタ(Object[],Int32)

パブリック コンストラクター。キーおよびインデックスからの ID ペアを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal key() As Object, _
   ByVal index As Integer _
)
public IDPair( 
   object[] key,
   int index
)

パラメータ

key
オブジェクトを識別するキー。null の場合、インデックスは識別するために使用されます。
index
オブジェクトのインデックス。
参照